Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move duplicate fixture into dedicated file #9789

Merged
merged 1 commit into from
May 27, 2022

Conversation

derrabus
Copy link
Member

Two tests used the exact same fixture class CustomTreeWalkerJoin. This was only possible because one of the tests declared a namespace that did not match the directory structure. I've extracted that class into a dedicated file and fixed the namespace.

@derrabus derrabus added this to the 2.13.0 milestone May 25, 2022
@derrabus derrabus force-pushed the improvement/duplicate-fixture branch from e216dcd to a9af5d7 Compare May 25, 2022 13:09
@derrabus derrabus merged commit fb1f258 into doctrine:2.13.x May 27, 2022
@derrabus derrabus deleted the improvement/duplicate-fixture branch May 27, 2022 13:08
derrabus added a commit to derrabus/orm that referenced this pull request May 30, 2022
* 2.13.x:
  Add missing import (doctrine#9796)
  Deprecate calling setters without arguments (doctrine#9791)
  Move duplicate fixture into dedicated file (doctrine#9789)
  MockTreeWalker should be an SqlWalker (doctrine#9790)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants